home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / DESK / CORE / Desk / h / Module < prev    next >
Text File  |  1996-05-21  |  279b  |  16 lines

  1.  
  2. #ifndef __Desk_Module_h
  3. #define __Desk_Module_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifndef __Desk_Core_h
  8. #include "Desk.Core.h"
  9. #endif
  10. extern void Desk_Module_Claim(unsigned size, void **block);
  11. extern void Desk_Module_Free(void *block);
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif
  16.